Class AGTOSV.SendungHeaderAGTOSV

  • Enclosing class:
    AGTOSV

    public static class AGTOSV.SendungHeaderAGTOSV
    extends Object

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Vorlaufsatz">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Verfahrensmerkmal">
                         <simpleType>
                           <restriction base="{SV-Basis://XMLSchema/1.0}Verfahrensmerkmal_Stp">
                             <enumeration value="EAA"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="Absendernummer" type="{SV-Basis://XMLSchema/1.0}ABSN_Stp"/>
                       <element name="Empfaengernummer" type="{SV-Basis://XMLSchema/1.0}BBNR_Stp"/>
                       <element name="Datum_Erstellung" type="{SV-Basis://XMLSchema/1.0}Datum_Uhrzeit_Stp"/>
                       <element name="Dateifolgenummer">
                         <simpleType>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             <length value="6"/>
                           </restriction>
                         </simpleType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Kommunikationsdaten">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Prod_ID" type="{SV-Basis://XMLSchema/1.0}Prod_ID_Stp"/>
                       <element name="Mod_ID" type="{SV-Basis://XMLSchema/1.0}Mod_ID_Stp"/>
                       <element name="Name_Dateiersteller">
                         <simpleType>
                           <restriction base="{SV-Basis://XMLSchema/1.0}Nachname_Stp">
                             <maxLength value="30"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="Name_Dateiersteller_2" minOccurs="0">
                         <simpleType>
                           <restriction base="{SV-Basis://XMLSchema/1.0}Nachname_Stp">
                             <maxLength value="30"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="Name_Dateiersteller_3" minOccurs="0">
                         <simpleType>
                           <restriction base="{SV-Basis://XMLSchema/1.0}Nachname_Stp">
                             <maxLength value="30"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="PLZ_Betrieb">
                         <simpleType>
                           <restriction base="{SV-Basis://XMLSchema/1.0}Postleitzahl_Stp">
                             <maxLength value="10"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="Ort_Betrieb">
                         <simpleType>
                           <restriction base="{SV-Basis://XMLSchema/1.0}Ort_Stp">
                             <maxLength value="34"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="Strasse_Betrieb" minOccurs="0">
                         <simpleType>
                           <restriction base="{SV-Basis://XMLSchema/1.0}Strasse_Stp">
                             <maxLength value="33"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="Hausnummer_Betrieb" type="{SV-Basis://XMLSchema/1.0}Hausnummer_Stp" minOccurs="0"/>
                       <element name="Anrede_Ansprechpartner" type="{SV-Basis://XMLSchema/1.0}Geschlecht_Stp"/>
                       <element name="Name_Ansprechpartner">
                         <simpleType>
                           <restriction base="{SV-Basis://XMLSchema/1.0}Nachname_Stp">
                             <maxLength value="30"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="Telefonnummer_Ansprechpartner" type="{SV-Basis://XMLSchema/1.0}Rufnummer_Stp"/>
                       <element name="Faxnummer_Ansprechpartner" type="{SV-Basis://XMLSchema/1.0}Rufnummer_Stp" minOccurs="0"/>
                       <element name="EMail_Ansprechpartner">
                         <simpleType>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             <minLength value="1"/>
                             <maxLength value="70"/>
                             <whiteSpace value="collapse"/>
                           </restriction>
                         </simpleType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="Versionsnummer" use="required">
             <simpleType>
               <restriction base="{SV-Basis://XMLSchema/1.0}Versionsnummer_Stp">
                 <maxLength value="5"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>